home *** CD-ROM | disk | FTP | other *** search
/ Sexy Games 3 / Sexy Games 3.iso / demos / vid4win / 16bit / readme16.txt < prev    next >
Text File  |  1995-10-10  |  11KB  |  266 lines

  1.  
  2.       Indeo« video interactive R4.1 -- Version 4.11.01.60
  3.              Microsoft Windows* 3.x
  4.                 October 10, 1995
  5.  
  6. This setup program installs the 16-bit Indeo video drivers on Windows 3.x
  7. systems along with Microsoft's Video for Windows 1.1e.
  8.  
  9.  
  10. Readme16.txt Topics:
  11. ------------------
  12.  o Indeo Video Driver Versions
  13.  o Installation
  14.  o Additional Documentation
  15.  o Known Operating Characteristics of R4.1
  16.  o Differences from Microsoft's VfW 1.1e Update
  17.  o Software Requirements
  18.  o Minimum System Configuration
  19.  o Technical Support and Updates
  20.  
  21.  
  22. Indeo Video Driver Versions:
  23. ----------------------------  
  24.   Indeo« video interactive R4.1 - V4.11.01.60  [filename: ir41.dll]
  25.   Indeo« video R3.2 - V3.24.01.01              [filename: ir32.dll]
  26.   Indeo« video Raw YVU9 - V1.10.1.11           [filename: iyvu9.dll]
  27.  
  28.  
  29. Installation:
  30. -------------
  31. The Setup program installs the Indeo video drivers along with
  32. Microsoft's latest Video for Windows runtime.  It places the
  33. following entries in the system.ini file for the Indeo video
  34. drivers:
  35.  
  36. [drivers]
  37. VIDC.IV41=ir41.dll
  38. VIDC.IV32=ir32.dll
  39. VIDC.IV31=ir32.dll
  40. VIDC.YVU9=iyvu9.dll
  41. VIDC.RT21=ir21.dll
  42.  
  43.  
  44. Additional Documentation:
  45. -------------------------
  46. The following articles can be found at the Intel Web site and CompuServe*
  47. forum listed at the end of this document.
  48.  
  49. o OVERVIEW.DOC
  50.   This document presents a high-level overview of Indeo video interactive's 
  51.   new features.
  52.  
  53. o R4CAPS.DOC
  54.   The "Indeo video interactive Features and Capabilities" document.
  55.         
  56. o VFW_SPEC.DOC
  57.   Updates the Video for Windows programming interface specification.
  58.  
  59. o VFW_SPEC.H
  60.   A header file to match the Video for Windows ICM messages and
  61.   structures for the Indeo video interactive codec.
  62.  
  63. o EDITING.DOC
  64.   A brief explanation on how to use present editing tools to edit
  65.   and compress AVI files utilizing the new features of Indeo
  66.   video interactive.
  67.  
  68. o TRAN_IV4.DOC
  69.   This whitepaper describes techniques for successfully encoding transparent   
  70.   Indeo Video Bitstreams using Adobe Premiere* 4.0 for Windows
  71.  
  72. o IVR4PAL.DOC
  73.   An explanation of all the palette modes supported by Indeo video
  74.   interactive.
  75.  
  76. o IV41DFLT.PAL
  77.   The Indeo video interactive default palette. 
  78.  
  79. o IV41CNFG.PAL
  80.   The Indeo video interactive configurable palette.
  81.  
  82.  
  83. Known Operating Characteristics of R4.1:
  84. ----------------------------------------        
  85. o Low memory conditions for 16-bit driver only
  86.  
  87.   The 16-bit version of Indeo video interactive may become unstable if the
  88.   amount of memory consumed under Window 3.1 reaches the total available
  89.   amount of virtual memory in the system.  It is recommended that virtual
  90.   memory always be enabled, and the "recommended" amount of virtual memory
  91.   is selected as specified by the virtual memory setup dialog box.  The
  92.   Indeo video driver operates properly as long as there is a sufficient
  93.   amount of virtual memory.
  94.  
  95. o Can not use MCIAVI to access interactive features
  96.  
  97.   In order to access the new interactive features and capabilities
  98.   introduced by Indeo video interactive within the existing Video For Windows
  99.   architecture, the ICM interface must be used.  VfW does not allow
  100.   access to the ICM via the MCIAVI interface.  As a result, an interactive
  101.   application must provide functionality for decoding such as AVI file I/O,
  102.   sound play and synchronization, and keyframe management.  Refer to the
  103.   Kplayer applet for a code example.
  104.  
  105.   Linear applications, such as those presently using Indeo Video R3.2,
  106.   can use the MCIAVI interface and obtain the image quality and the 
  107.   automatic scalability capability of Indeo video interactive.
  108.  
  109. o Does not load on 386 machines
  110.  
  111.   In order to provide a high quality image with good playback performance, 
  112.   the recommended minimum system configuration for Indeo video interactive
  113.   is a  486DX2/66.  The Indeo video interactive codec is implemented with
  114.   instructions specific to 486 or later processors. If the codec detects a
  115.   386 processor or less, then the codec is not loaded.  It is recommended
  116.   that applications check the processor type and notify the 386 user that
  117.   they have insufficient resources to play the video portions of the
  118.   application.
  119.  
  120. o Playing Multiple clips
  121.  
  122.   Multiple clips will play simultaneously; however, playing clips with
  123.   different frame rates disables the scalability mechanism.  During
  124.   concurrent playback, both clips will play all frames and all bands.
  125.   Scalability will be re-enabled as soon as all active clips have the
  126.   same frame rate.
  127.  
  128. o Transparency Playback and Dropped Frames
  129.  
  130.   1.  For software vendors using Transparency and drawing directly to
  131.       the on-screen frame buffer:
  132.  
  133.       If the application requires all frames to be returned, such as in
  134.       an application that uses transparency to an on-screen buffer, then
  135.       the codec should be used without ICM_DRAW_BEGIN and ICM_DRAW_END
  136.       calls surrounding the DECOMPRESS messages for the motion playback.
  137.       This ensures that no frames will be dropped so that the
  138.       non-transparent section is overlayed on the background.
  139.       These DRAW messages cause the decoder to begin scaling back and
  140.       dropping frames when the required decode time is not available.
  141.       The ICM_DRAW_BEGIN message puts the the decoder in "Normal
  142.       Playback" mode, and the ICM_DRAW_END message takes it out and puts
  143.       it back into "Stepping Mode" (the default playback mode of the
  144.       decoder), where all frames are returned.
  145.  
  146.   2.  For software vendors using Transparency and drawing to an
  147.       off-screen frame buffer:
  148.  
  149.       The application needs to recognize the codec's "Don't Draw"
  150.       message and not flip screen buffer pages in this case.
  151.  
  152. o IF09 and Transparency / Local Decode
  153.  
  154.   IF09 is a data format which can be output by the R4.1 codec.  It is
  155.   similar to the Raw YVU9 format.  IF09 is used as input to DCI enabled
  156.   hardware that handles color space conversion.
  157.  
  158.   1.  The IF09 output format supported by Indeo video interactive does
  159.       not directly support the Transparency and Local Decode features
  160.       of the algorithm, however they can be used together with
  161.       application support.
  162.  
  163.   2.  IF09 and Transparency:  The entire IF09 buffer is filled by image
  164.       data regardless of Transparency (or local decode).  Thus,
  165.       transparent pixels ARE written in this buffer.  To use
  166.       transparency, the calling application must request to have the
  167.       transparency mask exposed, and combine it with the IF09 buffer at
  168.       color conversion time.  
  169.  
  170.   3.  IF09 and Local Decode:  The calling application has 2 ways of
  171.       getting full local decode support with the decoder.  It may
  172.       manually clip view rectangle from the IF09 buffer, as it color
  173.       converts it to the screen, or it may request the transparency
  174.       mask, which is clipped to the view rect, and treat local decode
  175.       as transparency.  In either case, the Decode rectangle will
  176.       still correctly tell the decoder the portions of video to decode.
  177.  
  178. o New Indeo video interactive Default Palette
  179.  
  180.   The Indeo video interactive palette has changed relative
  181.   to the Indeo Video R3.2 palette.  Any graphics or video files
  182.   created based on the Indeo Video R3.x palette will need to be 
  183.   re-done to work with the Indeo video interactive palette.
  184.  
  185. o Advanced Compression Options
  186.  
  187.   When using VidEdit, you must use 'Save as Default" in order 
  188.   to have the codec use your current settings.  This is due to
  189.   the operating characteristics of VidEdit.
  190.  
  191. o Frame Sizes
  192.  
  193.   In increments of 4, the minimum supported frame size is 32x32
  194.   (pixels).  The maximum supported frame size is 8192x8192 (pixels).
  195.  
  196. o Concatenating files using an editing application
  197.  
  198.   When concatenating multiple V4.1 encoded files using an editing 
  199.   application such as Adobe Premiere, you must insure that all the 
  200.   clips are the same size and were encoded with the same features 
  201.   in the Advanced Dialog box (bi-dir, transparency, view port, 
  202.   scalability, ...).  Combining files with different parameters 
  203.   will result in undetermined behavior.
  204.  
  205.  
  206. Differences from Microsoft's VfW 1.1e Update:
  207. ---------------------------------------------
  208. The Setup utility used to install this update is a modified version of
  209. the Setup utility Microsoft provides with their runtime package.  It is
  210. possible to make further changes to this program.  The Setup Toolkit
  211. is in file called CP0982.EXE at the following Microsoft FTP site:
  212.  
  213.    ftp://ftp.microsoft.com/Softlib
  214.  
  215. All of the Intel and non-Intel codecs are installed by this update.
  216. Listed below are the differences between this update and the one
  217. supplied by Microsoft:
  218.  
  219. 1. Installs the Indeo video interactive R4.1 driver.
  220. 2. Installs R3.2 V3.24.01.01 driver rather than V3.22.1.43.
  221. 3. The Raw driver (iyvu9.dll) is updated.  The new version fixes a
  222.    memory leak.
  223. 4. The R2.1 driver is not installed.
  224. 5. The readme16.txt and copyrite.txt files are added.  This
  225.    readme16.txt file may be deleted prior to distribution.
  226. 6. The files in this update do not all fit on one 3.5" diskette
  227.    even when compressed.
  228.  
  229.  
  230. Software Requirements:
  231. -----------------------
  232. o Microsoft Windows 3.1
  233.     
  234.  
  235. Minimum Hardware Configuration:
  236. ------------------------------
  237.   486DX2/66 Mhz CPU 
  238.   8 MB system RAM 
  239.   CD ROM drive(300KB/sec)
  240.   SVGA display (VESA compliant)
  241.   8-bit Sound board
  242.  
  243. For best frame rate performance, configure the graphics card for 8-bit 
  244. color mode.  For best image quality, use 24-bit color mode.
  245.  
  246. Off-line encoding is CPU-intensive, i.e. the faster the CPU the faster the 
  247. compression time.  Pentium« Processor systems are more than twice as fast
  248. as 486-based systems doing off-line compression.
  249.  
  250.  
  251. Technical Support and Updates:
  252. ------------------------------
  253. Technical information and any future updates to Indeo video interactive will 
  254. be posted on the following electronic forums:
  255.  
  256.   World Wide Web     http://www.intel.com    PC Developers Support, Multimedia
  257.   CompuServe         Go IntelArch            Multimedia Forum
  258.   Internet           ftp.intel.com           ~/pub/IAL/multimedia
  259.  
  260. For technical assistance with Indeo technology, post a message on the 
  261. IntelArch forum on Compuserve in the Multimedia library #9 or send an 
  262. electronic mail message to developer_support@intel.com.
  263.  
  264. _____________________________________________________________________
  265. * Other brands and names are the property of their respective owners.
  266.